home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / tictactoe-1.2.1 / messages.h < prev    next >
C/C++ Source or Header  |  2002-10-22  |  188b  |  9 lines

  1. #ifndef __MESSAGES__H__
  2. #define __MESSAGES__H__
  3. void print_debug(const char *fmt, ...);
  4. void print_error(const char *str);
  5. void print_msg(const char *fmt, ...);
  6.  
  7. extern char debug;
  8. #endif
  9.